home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000213_news@newsmaster….columbia.edu _Thu Aug 21 22:09:42 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA02722
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 21 Aug 1997 22:09:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA08588
  7.     for kermit.misc@watsun; Thu, 21 Aug 1997 22:09:41 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!nntprelay.mathworks.com!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Problem with IF NUMERIC between 3.14 and 3.15
  12. Message-ID: <Gdpy85ilO3pM@cc.usu.edu>
  13. Date: 21 Aug 97 14:04:33 MDT
  14. References: <33fb02f2.277916@news.calvacom.fr>
  15. Organization: Utah State University
  16. Lines: 25
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7528
  18.  
  19. In article <33fb02f2.277916@news.calvacom.fr>, do11@calva.net (Dominique Ottello) writes:
  20. > One more time : Hello from France.
  21. > The take file hereunder is able to test a keyboard data input to see if the
  22. > data is defined (not only return key), numeric and between lower and upper
  23. > limits.
  24. > Under MS-DOS Kermit 3.14 :
  25. > inputs with unary operators + or - are seen as not numeric.
  26. > (The documentation says that only digits 0..9 are accepted)
  27. > Under MS-DOS Kermit 3.15 :
  28. > inputs need to have unary operators + or -
  29. > Any data without unary operator + and with more than one numeric character
  30. > is seen as not numeric.
  31. >        "5" or "+5" are both seen as numeric
  32. >        "12" is seen as not numeric
  33. >        "+12" is seen as numeric.
  34. > It seems that the implicit unary operator + is not taken into account.
  35. > == Dominique Ottello == do11@calva.net == Paris == France ==
  36. --------
  37.     Your original report was heard directly and the problem (bug) fixed. 
  38. A new beta for it has not been issued at this time.
  39.     Thanks,
  40.     Joe D.